home *** CD-ROM | disk | FTP | other *** search
/ Dr. Windows 3 / dr win3.zip / dr win3 / PROGRAMR / WPJV1N2.ZIP / HELLO.ZIP / HELLO.RC < prev   
Text File  |  1993-01-31  |  311b  |  14 lines

  1. /* hello.rc */
  2. #include <windows.h>
  3. #include "hello.h"
  4. amenu          MENU
  5. BEGIN
  6.           POPUP "&Text"
  7.           BEGIN
  8.                  MENUITEM "&Hello",     IDM_HELLO
  9.           END
  10.           MENUITEM "&Quit",             IDM_QUIT
  11.           MENUITEM "\a&Help",           IDM_HELP, INACTIVE
  12. END
  13.  
  14.